folderHasChanged

Check if a folder has changed

@trusted
bool
folderHasChanged
(
string rootDir
,
string pattern
)

Parameters

rootDir string

the directory to check

pattern string

the pattern to check like "*.{d,di}"

Return Value

Type: bool

a boolean showing if the folder has changed

Meta